projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f78c0d5
)
(Predicates for Strings): Minor clarification.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 5 Jan 2009 16:06:11 +0000
(16:06 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 5 Jan 2009 16:06:11 +0000
(16:06 +0000)
doc/lispref/strings.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/strings.texi
b/doc/lispref/strings.texi
index e987bdeef780fb9c80226cc2f0af2577467b1803..f1c1d99334185e59ee88566fd65834cd35e07ca4 100644
(file)
--- a/
doc/lispref/strings.texi
+++ b/
doc/lispref/strings.texi
@@
-102,7
+102,7
@@
otherwise.
@defun string-or-null-p object
This function returns @code{t} if @var{object} is a string or
-@code{nil}
,
@code{nil} otherwise.
+@code{nil}
. It returns
@code{nil} otherwise.
@end defun
@defun char-or-string-p object